//-------------------------------------------------------------------------------------------
//
//  Keywords Definition File
//
// Use this file to specify keywords you would like applied to files on insertion.
// Once applied, keywords are no longer editable.  They could be used for product or feature
// names, or any pattern that can be defined using regular expression.
// See the Online Help for more information or for regular expression syntax.
//
//-------------------------------------------------------------------------------------------
//  DO NOT REMOVE THE KEYWORDS DEFINITIONS BELOW
//
// SYSTEM Default Keywords: These keywords are provided as standard and define
// the basic keywords applied to every file that is opened in Alchemy PUBLISHER/CATALYST.



//  This keyword matches any placeholder surrounded by angular braces. (< and > )
//  (This includes HTML and XML elements and FrameMaker tags)

wholewordsfalse:<[^>]+>


///////////////////////////////
//
//  Sample Pattern matching
//
///////////////////////////////


//  This keyword matches any numerical data type. The second keyword definition
//  handles the special case of a single numeric number.
//  [0-9][0-9\.%\/-]*


//  This keyword matches web addresses such as www.alchemysoftware.ie
//  www.[a-z/]+.[a-z/]+


//  This keyword matches variables in FrameMaker files such as <$pagenum>
//  wholewordsfalse:<$[^>]+>



//-------------------------------------------------------------------------------------------
//
//  PLACE ANY USER DEFINED KEYWORDS AFTER THIS SECTION OF THIS FILE.
//
//-------------------------------------------------------------------------------------------


